<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Imported styles */

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700');
@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800');

/*==============================================
   Default Css
===============================================*/
.h-gzh{
	margin:1rem 3rem 0 0;
}
@media (min-width: 1220px) {
  .uk-container {
    max-width: 1400px;
    padding: 0 35px;
  }
}

body {
  color: #292929;
  font-family: "Microsoft YaHei", sans-serif;
  font-size: 14px;
  line-height: normal;
}

p {
  line-height: 1.8;
}

ul {
  list-style: none;
  padding: 0;
}

a {
  color: #444;
  transition:all 0.3s;
}

a:hover {
  text-decoration: none;
}

.tm-section {
  margin: 80px 0;
}

.tor-n .tm-section:first-child {
  margin: 30px 0 80px;
}

.tm-title {
  text-align: center;
  margin-bottom: 50px;
}

.tm-title .t1 {
  font-size: 40px;
  margin-bottom: 5px;
  color: #222;
}
.tm-title .t1::after{
  content: '';
  display: block;
  width: 80px;
  height: 3px;
  margin: 0 auto;
  margin-top: 12px;
  background: #0068b7;
}
.tm-title .t2 {
  font-display: 14px;
  text-transform: uppercase;
  color: #666;
}

.tm-title.white .t1 {
  color: #fff;
}

.tm-title.white .t2 {
  color: #fff;
}

.prenext {
  margin-top: 50px;
}

.prenext li {
  padding: 8px 0;
}

.ti2 {
  text-indent: 2em;
}

.pic-scale {
  overflow: hidden;
  cursor: pointer;
}

.pic-scale img {
  -webkit-transition-duration: 4s;
  transition-duration: 4s;
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

.pic-scale img:hover {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}

.textover {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* è¡¨æ&nbsp;¼ Css */

.cons-text img {
  max-width: 100%;
  height: auto !important;
}

.cons-text table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  max-width:100%;
  margin-bottom: 15px
}

*+.cons-text table {
  margin-top: 15px
}

.cons-text table td,
.cons-text table th {
  padding: 8px 8px;
  border: 1px solid #e5e5e5
}

.cons-text table th {
  text-align: left
}

.cons-text table td {
  vertical-align: middle;
  text-align: center;
}

.cons-text table thead th {
  vertical-align: bottom
}

.cons-text table caption,
.cons-text table tfoot {
  font-size: 12px;
  font-style: italic
}

.cons-text table caption {
  text-align: left;
  color: #999
}

.cons-text table tbody tr.uk-active {
  background: #f0f0f0
}

.cons-text table tbody tr:nth-of-type(odd) {
  background: #fafafa
}

/* .cons-text h2::before {
  content: "\f292";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  color: #0068b7;
} */
.cons-text{
  font-size: 15px;
}
.cons-text h2 {
  font-size: 24px;
  color: #0068b7;
}
/* .cons-text h2, */
.cons-text h3,
.cons-text h4{
  font-weight: bold;
}

/*==============================================
   header Css
===============================================*/

.header {
  width: 100%;
  background: #fff;
  box-shadow: 0 10px 50px -2px rgba(0, 0, 0, .14);
}

.header .logo {
  padding-left: 3%;
  width: 40%;
  float: left;
  box-sizing: border-box;
}
.header .logo img {
  max-height: 99px;
}

.header .nav {
  width: 40%;
  float: left;
  margin: 0;
  text-align: right;
  box-sizing: border-box;
  padding-right: 5%;
}

.header .nav&gt;li {
  /* float: left; */
  display: inline-block;
  text-align: center;
  font-size: 16px;
  margin-left: 4%;
  position: relative;
}

.header .nav&gt;li&gt;a {
  display: block;
  height: 96px;
  line-height: 91px;
  color: #333333;
  border-top: 3px solid #fff;
  transition: all 0.5s;
}

.header .nav&gt;li:hover&gt;a,
.header .nav&gt;li.active&gt;a {
  border-top: 3px solid #0068b7;
}
.header .nav&gt;li .sontype{
  display: none;
  position: absolute;
  
  z-index: 999;
  left: 50%;
  margin-left: -100px;
  width:200px;
  font-size: 14px;
}

.header .nav&gt;li .sontype ul{
  text-align:left;
  padding: 0;
  margin: 0;
}
.header .nav&gt;li .sontype ul li a{
  
  padding: 16px 0;
  padding-left: 22px;
  display: block;
  background: #fff url(../images/jiantou.png) no-repeat 10px center;
}
.header .nav&gt;li .sontype ul li a:hover{
  transition: all 0.5s;
  color:#fff;
  background: #0068b7 url(../images/jiantouon.png) no-repeat 10px center;
}
.header .nav&gt;li .sontype ul li a::before {
  
}
.header .lans {
  width: 20%;
  float: right;
  position: relative;
  height: 99px;
  overflow: hidden;

}

.header .lans .search {
  float: right;
}

.header .lans .search {
  background: #0068b7;
  height: 99px;
  line-height: 99px;
  color: #fff;
  width: 25%;
  text-align: center;
  font-size: 22px;
  cursor: pointer;
}

.header .lans .form {
  position: absolute;
  right:-100%;
  top:50%;
  margin-top: -25px;
  width: 90%;
}

.header .lans .form input {
  width: 50%;
  padding: 0 5%;
  border: none;
  height: 50px;
  line-height: 50px;
  background: #ededed;
  display: block;
  float: left;
  outline: none
}
.header .lans .form .submit {
  width: 20%;
  background: #ededed url(../images/search_bg01.jpg) center no-repeat;
  float: left;
  padding: 0;
}
.header .lans .form .close {
  display: block;
  width: 20%;
  height: 50px;
  background: #fff url(../images/close.png) center no-repeat;
  float: left;
}

.header .lans .lan {
  width: 65%;
  float: left;
  margin-top: 35px;
  color: #666;
}

.header .lans .lan .lan-badge {
  border-radius: 50%;
  background: #666;
  display: inline-block;
  width: 28px;
  height: 28px;
  color: #fff;
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  margin-left: 20px;
}


/* banner */

#dowebok .text {
  text-align: left;
  text-shadow: 1px 2px 1px #000;
}

#dowebok .text h1 {
  font-weight: bold;
  font-size: 56px;
}

#dowebok .text p {
  font-size: 36px;
}

#dowebok .text button {
  background: #0068b7;
  color: #fff;
  padding: 6px 40px;
  border-radius: 4px;
  transition: all 0.3s;
}

#dowebok .text button:hover {
  background: #14a83b;
}


/*==============================================
   foot Css
===============================================*/

.my-footer {
  background: #0068b7;
  padding: 60px 0 0;
  color: #fff;
  font-size: 13px;
  line-height: 2;
}

.my-footer h3 {
  color: #fff;
  font-size:26px;
  margin-bottom: 30px;
}

.my-footer a {
  color: #fff;
}
.my-footer  ul li{
	font-size:15px;
	margin-bottom:8px;
}
.my-footer .foot2 {
  border-top: 1px solid #007ad6;
  margin-top: 20px;
  padding: 20px 0;
  
}

.f-logo {
  /* padding-right: 50px; */
}
.f-logo img{
	max-width:320px;
}
.f-gzh{ 
	text-align:center;
}
.f-gzh p{
	font-size: 15px;
    letter-spacing: 2px;
}
.my-footer .wp&gt;*{
	margin-right:50px;
}
/* é¢åŒ…å±‘ */

.position {
  border-bottom: 1px solid #eeeeee;
  font-size: 16px;
  line-height: 70px;
}

.position .p1 {
  float: right;
}

.position .p2 {
  float: left;
  font-size: 24px;
  color: #0068b7;
}


/* ä¾§è¾¹ Css */

.side {
  background: #fbfbfb;
}

.side .nav li h3 {
  background: #0068b7;
  color: #fff;
  height: 75px;
  line-height: 75px;
  border-bottom: 1px solid #eeeeee;
  background: #0068b7;
  color: #fff;
  font-size: 16px;
  padding-left: 19px;
  cursor: pointer;
  position:relative;
  margin: 0;
}
.side .nav li:hover h3{
  background: #0577ce;
}
.side .nav li:hover h3 a{
    transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1);
    margin-left: 20px;
}
.side .nav li h3::after{
  content: "\f104";
  font-family: FontAwesome;
  display: inline-block;
  position:absolute;
  right:0;
  top:0;
  padding: 0 20px;
  
}
.side .nav li h3 a {
  color: #fff;
  display:block;
  width:calc(100% - 30px);
}

.side .nav li.on dl {
  display: block;
  
}

.side .nav dl {
  padding: 10px 0;
  display: none;
  margin: 0;
  border:1px solid #eee;
  border-top:0;
}
.side .nav dl dd {
  padding-top: 15px;
  padding-bottom: 10px;
  padding-left: 19px;
  padding-right:15px;
  font-size: 14px;
  color: #999999;
}
/* .side .nav dl dd a::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #14a83b;
  display: inline-block;
  margin-right: 8px;
  border-radius: 50%;
  vertical-align: middle;
} */


/*==============================================
   home about Css
===============================================*/
.h-about{
  /* background: url(../images/h-about.jpg) no-repeat center -675px; */
  background: #0068b7;
  color:#fff;
  background-size: cover;
  padding: 80px 0;
  margin-top: 0;
  box-shadow: 0 4px 11px 2px #ccc;;
}
.h-about .syb  li{
	margin-bottom:15px;
	font-size:16px;
}
.h-about .syb  li::after{
  content: '';
  display: block;
  width:32px;
  height: 1px;
  margin-top:5px;
  background: #14a83b;
  
}
.h-about .syb a{
	color:#fff;
}
.h-about .company-name{
  color:#fff;
  
}
.h-about .company-name .t1{
  font-size: 50px;
  font-weight: bold;
}

.h-about .company-name .t2{
  font-size: 28px;
}
.h-about .company-name::after{
  content: '';
  display: block;
  width:100px;
  height: 3px;
  margin-top: 20px;
  background: #14a83b;
}
.h-about .company-cons{
  text-align: justify;
  font-size: 16px;
}

.h-about .company-cons .more{
  color:#fff;
}
.h-about .company-cons .more:hover{
  color:#14a83b;
}
/*==============================================
   home product Css
===============================================*/

.h-pro .wrap {
  background: #f5f5f5;
  height: 100%;
}

.h-pro .wrap .name {
  background: #ddd;
  text-align: center;
  padding: 30px 0;
  cursor: pointer;
  transition: all 0.5s;
}

.h-pro .wrap .name .iconfont {
  font-size: 60px;
}


/* .h-pro .wrap:hover,
.h-pro li:nth-of-type(2) .wrap {
  background: #292929;
} */


/* .h-pro .wrap:hover a,
.h-pro li:nth-of-type(2) .wrap a {
  color: #fff;
} */

.h-pro .wrap:hover .name,
.h-pro li:nth-of-type(2n) .wrap .name {
  background: #0068b7;
  color: #fff;
}

.h-pro .wrap:hover .name h2,
.h-pro li:nth-of-type(2n) .wrap .name h2 {
  color: #fff;
}

.h-pro .cons-list {
  padding: 30px 30px;
}


/* .h-pro .cons-list li {
  width: 50%;
  float: left;
}

.h-pro .cons-list a {
  display: inline-block;
  padding: 10px 0;
} */


/* .h-pro .cons-list li:hover a {
  color: #14a83b;
} */

.h-pro .cons-list a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.h-pro .cons-list a::before {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 5px;
}

.h-pro .uk-slidenav-position .uk-slidenav {
  color: #fff;
  font-size: 30px;
  /* border-radius: 50%; */
  line-height: 54px;
  background: rgba(0, 0, 0, .7)
}
.h-pro .uk-slidenav-position .uk-slidenav:hover{
  background: rgba(0, 0, 0, .9)
}
.h-pro .uk-slidenav-position .uk-slidenav-previous {
  left: -60px;
}

.h-pro .uk-slidenav-position .uk-slidenav-previous::before {
  content: "\f100";
}

.h-pro .uk-slidenav-position .uk-slidenav-next {
  right: -60px;
}

.h-pro .uk-slidenav-position .uk-slidenav-next::before {
  content: "\f101";
}


/* äº§å“æ&nbsp;ç›®å›¾æ&nbsp;‡ */

.icon-p6:before {
  content: "\e75a";
}

.icon-p7:before {
  content: "\e63d";
}

.icon-p8:before {
  content: "\e772";
}

.icon-p9:before {
  content: "\e62b";
}


/*==============================================
   home news Css
===============================================*/

.h-news {
  position: relative;
}

.h-news::before {
  content: '';
  display: inline-block;
  background: #0068b7;
  width: 100%;
  height: 400px;
  position: absolute;
  bottom: 0px;
}

.news .wrap a {
  display: block;
  padding-bottom: 15%;
}
.news .wrap a img{
	width:100%;
	height:300px;
}
.news .wrap {
  position: relative;
}

.news .wrap .text {
  padding: 3% 3% 3% 3%;
  background: #fff;
  transition: all .3s;
  width: 94%;
  position: absolute;
  bottom: 0%;
  left: 0
}

.news .wrap .text p {
  font-size: 18px;
  color: #333333;
}

.news .wrap .text span {
  font-size: 14px;
  color: #999999;
  margin-top: 5px;
  display: block;
}

.news .wrap:hover .text {
  transition: all .3s;
  background: #14a83b;
  padding: 3% 3% 10% 3%;
}

.news .wrap:hover .text p {
  color: #fff;
}

.news .wrap:hover .text span {
  color: #fff;
}

.news .view {
  width: 18%;
  height: 45px;
  border: 2px solid #fff;
  text-align: center;
  font-size: 16px;
  margin: 59px auto;
  display: block;
  line-height: 45px;
  color: #fff;
  background: url('../images/btn-arrow-light.png') no-repeat 88% 20px;
  position: relative;
}

.news .view:hover {
  box-shadow: inset 0 0 0 4px #fff;
  transition: box-shadow 200ms, background 200ms;
  background: url('../images/btn-arrow-light.png') no-repeat 91% 20px;
}

.h-news .uk-slidenav-position .uk-slidenav{
	
    background: rgba(0,0,0,0.5);
    font-size: 40px;
    width: 40px;
    line-height: normal;
}

/*==============================================
   home brand Css
===============================================*/

.h-brand .wrap {
  border: 1px solid #eee;
  transition: all 0.3s;
  cursor: pointer;
}

.h-brand .wrap:hover {
  border-color: #0068b7;
}

.h-brand .uk-dotnav&gt;*&gt;* {
  background: rgba(0, 0, 0, .3);
  /* width: 16px;
    height: 16px; */
}

.h-brand .uk-dotnav-contrast&gt;.uk-active&gt;* {
  background: #0068b7;
}

.h-brand .uk-dotnav-contrast&gt;*&gt; :hover,
.h-brand .uk-dotnav-contrast&gt;*&gt; :focus {
  background: #0577ce;
}

.h-brand .uk-dotnav {
  bottom: -50px;
}


/*==============================================
   å…³äºŽæˆ‘ä»¬ Css
===============================================*/

.a-overview {
  font-size: 16px;
}

.a-overview p {
  text-indent: 2em;
}

.a-overview .cons {
  padding: 0 30px;
}

.a-overview .cons h2 {
  color: #0068b7;
  font-size: 30px;
  margin-bottom: 30px;
  line-height: normal;
}

.a-overview .syb {
  margin-top: 30px;
}

.a-overview .syb .text {
  text-align: center;
  margin-top: 15px;
}

.a-overview .syb .text h3 {
  font-weight: bold;
}

.a-culture-bg {
  padding: 80px 0;
  background: url(../images/bg1.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}
.a-culture-bg::after{
  position: absolute;
  z-index: 0;
  top: 0;
  content: '';
  display: block;
  width: 100%;
  background-color: rgba(0,0,0,0.3);
  height: 100%;
  padding: 0;
}
.culture-text{
  position: relative;
  z-index: 99;
  padding: 0 100px;
  text-align: center;
  font-size: 22px;
  /* font-weight: bold; */
  color:#fff;
}
.a-culture .wrap {
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  padding: 60px 15px 60px;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 3px;
  transition: all 0.5s;
  text-align: center;
}

.a-culture .wrap.on {
  background: rgba(0, 104, 183, 0.8);
  ;
  color: #fff;
}

.a-culture .wrap.on h2 {
  color: #fff;
  font-weight: bold;
  line-height: 1.8;
}

.a-culture .wrap h3 {
  text-align: center;
  color: #0068b7;
  font-weight: bold;
  font-size: 22px;
  transition: all 0.5s;
}

.a-culture .wrap h2 {
  font-size: 20px;
}

.a-culture .wrap:hover {
  background: rgba(0, 104, 183, 0.8);
  ;
  color: #fff;
}

.a-culture .wrap:hover h3,
.a-culture .wrap:hover h2 {
  color: #fff;
}

.a-culture .wrap .text p {
  font-size: 16px;
}

.a-honor {
  padding: 0 100px;
}

.a-honor .wrap {
  display: table;
  height: 370px;
}

.a-honor .wrap a {
  display: table-cell;
  vertical-align: middle;
}

.a-honor .wrap a img {
  max-height: 100%;
}

.a-honor .uk-slidenav-position .uk-slidenav {
  display: block;
  color: #fff;
  width: 40px;
  height: 40px;
  background: #292929;
  font-size: 30px;
  line-height: 40px;
  border-radius: 3px;
}

.a-honor .uk-slidenav-position .uk-slidenav-previous {
  left: -50px;
}

.a-honor .uk-slidenav-position .uk-slidenav-next {
  right: -50px;
}

.a-pro .name h2 {
  font-size: 18px;
  font-weight: bold;
}

.a-pro .cons-list a::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #0068b7;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.a-pro .cons-list a:hover {
  transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1);
  margin-left: 20px;
}

.a-our .pic {
  border: 1px solid #eee;
  padding: 3px;
}

.a-our .text {
  padding-top: 30px;
}

.a-our .text h3 {
  font-size: 22px;
  font-weight: bold;
  color: #333;
  padding-left: 30px;
  background: url(../images/aboutitltbj.png) no-repeat left center;
}

.a-our .text p {
  text-indent: 2em;
  font-size: 16px;
}

.a-our .text p.no {
  text-indent: 0;
}


/*==============================================
   äº§å“åˆ—è¡¨ Css
===============================================*/

.p-list .wrap {
  margin-bottom: 60px;
}

.p-list .wrap:hover {
  box-shadow: 0 4px 11px 2px #ccc;
}

.p-list .wrap .name {
  background: #444;
  text-align: center;
  padding: 80px 0;
  cursor: pointer;
  transition: all 0.5s;
  color: #fff;
}

.p-list .wrap .name a {
  color: #fff;
}

.p-list .wrap.p1 .name {
  background: #0068b7;
}

.p-list .wrap.p2 .name {
  background: #14a83b;
}
.p-list .wrap.p4 .name {
  background: #0068b7;
}
.p-list .wrap .name h2 {
  color: #fff;
  font-size: 30px;
}

.p-list .wrap .name .iconfont {
  font-size: 90px;
}

.p-list .wrap .cons-list {
  padding: 30px 50px;
  height: 100%;
  border: 1px solid #eee;
  box-sizing: border-box;
  font-size: 15px;
}
.p-list .cons-list a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-list .cons-list a::before {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 5px;
}

.p-l .name {
  font-size: 30px;
  color: #0068b7;
  text-align: center;
}

.p-l .class-desc {
  /* padding: 30px 30px;
  border: 1px solid #ddd; */
  font-size: 16px;
  margin-bottom: 30px;
}

.p-l .class-desc p {
  text-indent: 2em;
}

.p-l .class-desc p:last-child {
  margin-bottom: 0;
}

.p-l .cons-list a::before {
  content: "\f105";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 5px;
}

.p-l .cons-list {
  font-size: 16px;
}
.p-l .cons-list h2{
	font-size:16px;
	color:#222;
}

/* äº§å“è¯¦æƒ…é¡µ */

.p-article .name {
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
  font-weight:bold;
}
.p-article .name span{ display: block;}
.p-article .name::after{
  content: '';
  display: inline-block;
  border-top:2px solid #0068b7;
  width:60px;
  margin-bottom: 15px;
}
/* .p-article .name::before {
  content: "\f142";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
} */


.newslist .title{ font-size: 20px; font-weight:normal;}
.newslist .time{ color:#666; font-size: 14px;}
.newslist .content{ font-size: 14px;}
.newslist .time .tpname{text-transform: capitalize; background:#0068b7; color:#fff; padding:3px 10px; border-radius:200px;}
.newslist .no_pic{ display: none;}
.newslist .wrap-n{ padding: 40px; background: #f6f6f6; margin-bottom: 20px;}
.newslist .wrap-n:hover{
    box-shadow: 0 8px 20px rgba(0,0,0,.1);
}
.newslist .wrap-n:hover a{
	color:#999;
}
/* page */
.apage { text-align:center; height:30px; line-height:30px; margin: 30px 0 0; }
.apage li{ display: inline-block;}
.apage li a{display:inline-block;text-align:center; margin:0 2px; color:#777; font-size:12px;  border:1px solid #ddd; padding: 0 15px; }
.apage .pageinfo{font-size: 12px; color:#0068b7;}
.apage a { display:inline-block; }
.apage .num_btns { float:right; font-family:Tahoma; }
.apage li:hover a, .apage li.thisclass a { background:#0068b7; color:#fff;text-decoration:none; border-color:#0068b7;}


/* æ–°é—»è¯¦æƒ…é¡µ */

.n-article .name {
  font-size: 30px;
  color: #0068b7;
  text-align: center;
}

.n-article .time {
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 30px;
  color: #999;
}


/* è”ç³»æˆ‘ä»¬ */

.contact {
  background: #0068b7;
  color: #fff;
  padding: 50px 25px;
  box-sizing: border-box;
  position:relative;
}

.contact .company-name {
  color: #fff;
  font-weight: bold;
  font-size:20px;
}
.contact .company-lx{
	color:#fff;
	font-size:20px;
	font-weight: bold;
	position:absolute;
	bottom:30px;
}
.contact dl dt {
  padding: 8px 0;
  font-weight: normal;
}

.unit {
  margin-top: 60px;
}

.unit .tit {
  margin-bottom: 30px;
}

.unit .tit i {
  color: #14a83b;
  margin-right: 5px;
}

.unit .wrap {
  padding: 20px;
  background: #fafafa;
  color: #666;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
}

.unit .wrap .name {
  font-size: 22px;
  color: #0068b7;
  margin-bottom: 30px;
}

.unit .wrap .fs h3 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}

.unit .wrap .fs&gt;* {
  margin: 10px 0;
}


/* tm-margin */
.tm-mt-l{padding-top: 100px;}
.tm-mt-m{padding-top: 60px;}
.tm-mt-s{padding-top: 30px;}
.tm-ml{ margin-left: 80px;}

/*==============================================
   response Css
===============================================*/

@media( min-width:400px) and (max-width: 959px) {
  /* tm-margin */
  .tm-mt-l{padding-top: 50px;}
  .tm-mt-m{padding-top: 30px;}
  .tm-mt-s{padding-top: 10px;}
  .header .lans .search {
    display: none;
  }
  .header .lans .lan {
    width: 100%;
    margin-top: 19px;
  }
  .header .lans .lan span {
    display: none;
  }
  .header .nav {
    width: 70%;
  }
  .header .lans {
    width: 10%;
  }
  .header .lans .lan .lan-badge {
    margin: 0;
  }
  .header .nav li {
    margin-left: 4%;
  }
  .header .nav li a {
    height: 60px;
    line-height: 60px;
  }
  .h-pro .cons-list {
    padding: 20px 15px;
  }
  .news .wrap .text {
    position: static;
  }
  .h-news::before {
    height: 350px;
  }
  .news .view {
    width: 30%;
    margin: 30px auto;
  }
  .a-honor .wrap {
    height: 200px;
  }
  .header .lans{
    height: auto;
  }
  .header .logo{
    width: 20%;
  }
  .h-about .company-name .t1{
    font-size: 38px;
  }
  .h-about .company-name .t2{
    font-size: 20px;
  }
  .culture-text{
    padding: 0;
    font-size: 20px;
  }
}

@media (max-width: 767px) {
    /* tm-margin */
    .tm-mt-l{padding-top: 2px;}
    .tm-mt-m{padding-top: 15px;}
    .tm-mt-s{padding-top: 10px;}
  .tm-title{
    margin-bottom: 30px;
  }
  .header .logo {
    width: 70%;
  }
  .header .nav {
    display: none;
  }
  .header .lans .search {
    display: none;
  }
  .header .lans .mobile-toggle {
    position: absolute;
    bottom: 0;
    right: 10px;
    color: #0068b7;
    cursor: pointer;
  }
  .header .lans {
    width: 30%;
    position: relative;
    height: auto;
  }
  .header .lans .lan span {
    display: none;
  }
  .header .lans .lan .lan-badge {
    margin-left: 0px;
  }
  .uk-offcanvas-bar {
    background: #353535;
  }
  .mobile-nav h2 {
    border-bottom: 3px solid #fff;
    padding-left: 15px;
    padding-bottom: 15px;
    margin: 20px 0;
  }
  .mobile-nav h2 a {
    color: #fff;
  }
  .mobile-nav .uk-nav-offcanvas&gt;li {position: relative;border-bottom: 1px solid #4c4c4c;}
  .mobile-nav .uk-nav-offcanvas&gt;li&gt;a {
    margin-right: 40px;
    color: #999;
    padding: 20px 20px;
    
  }
  .mobile-nav .close{ 
    padding: 20px;
    font-size: 16px;
    color:#fff;
    background: #444;
    display: inline-block;
    margin-bottom: 50px;
  }
  .mobile-nav  .m-subnav{
    display: none;
  }
  .mobile-nav .m-subnav li{
    border-top: 1px solid #4c4c4c;
  }
  .mobile-nav  .m-subnav a{
    color: #999;
    padding: 15px 20px;
  }

  .mobile-nav .ic{ 
    position: absolute;
    right:0px;
    color:#999;
    padding: 5px 15px;
    top:18px;
  }
  .my-footer {
    padding-top: 30px;
    text-align: center;
  }
  .my-footer .foot2 {
    margin-top: 0px;
    padding: 10px 0;
}
  .news .wrap .text p {
    font-size: 15px;
  }
  .news .view {
    width: 55%;
  }
  .tm-title .t1 {
    font-size: 30px;
  }
  .p-article .name {
    font-size: 24px;
    margin-bottom: 0;
  }

  .cons-text h2 {
    font-size: 20px;
  }
  .side .nav li h3 {
    height: 50px;
    line-height: 50px;
  }
  .n-article .name {
    font-size: 24px;
  }
  .p-list .wrap .name {
    padding: 40px 0;
  }
  .p-list .wrap .cons-list {
    padding: 20px 10px;
  }
  #dowebok .text h1 {
    font-size: 24px;
    line-height: normal;
  }
  #dowebok .text p {
    font-size: 14px;
  }
  #dowebok .uk-dotnav {
    display: none;
  }
  .a-honor {
    padding: 0 50px;
  }
  .a-honor .wrap {
    height: 320px;
  }
  .a-overview .cons {
    padding: 0;
  }
  .a-our .text h3{
    font-size: 18px;
  }
  .a-our .text{
    padding-top:0; 
  }
  .a-our .text p{
    font-size: 14px;
  }
  .h-about .company-name .t1{
    font-size: 30px;
  }
  .h-about .company-name .t2{
    font-size: 24px;
  }
  .h-about .company-cons{
    font-size: 14px;
  }
  .tm-section{
    margin: 40px 0;
  }
  .h-about{ margin-top: 0; padding: 40px 0;}
  .h-pro .uk-slidenav-position .uk-slidenav{
    font-size: 20px;
    line-height: 40px;
    width: 40px;
    height: 40px;
  }
  .h-pro .uk-slidenav-position .uk-slidenav-previous{
    left:0;
  }
  .h-pro .uk-slidenav-position .uk-slidenav-next{
    right:0;
  }
  .position{
    font-size: 12px;
    line-height: 50px;
  }
  .position .p1{
    float: none;
  }
  .position .p2{
    float: none;
    display: none;
    font-size: 16px;
  }
  .p-l .name{
    font-size: 24px;
  }
  .culture-text{
    padding: 0;
    font-size: 16px;
  }
  .newslist .wrap-n{ padding: 20px;}
  .cons-text table {
	  width:100% !important;
  }
  .cons-text{
	  font-size:13px;
  }
  .p-l .class-desc{
	  padding:0;
	  border:0;
  }
  .p-l .class-desc img{
	  height:auto !important;
  }
  .f-logo,.f-gzh{
	  float:none;
	  
  }
  .f-logo{
	  /* padding:0; */
	  margin-bottom:20px;
  }
  .f-logo img{
	  max-width:250px;
  }
  .f-gzh{
	  margin-bottom:30px !important;
  }
  .h-gzh{
	  margin-right:0;
  }
  .my-footer .wp{
	  display:block;
	  /* margin:0; */
  }
  .my-footer .wp&gt;*{
	  margin-right:0;
  }
}</pre></body></html>